home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trusted Irix /B 4.0.4
/
Trusted-Irix B-4.0.1.iso
/
dist
/
eoe1.idb
/
usr
/
include
/
sys
/
IP6addrs.h.z
/
IP6addrs.h
Wrap
C/C++ Source or Header
|
1992-04-03
|
2KB
|
67 lines
#if IP6
#ifndef __SYS_IP6ADDRS_H__
#define __SYS_IP6ADDRS_H__
/**************************************************************************
* *
* Copyright (C) 1990, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
**************************************************************************/
#ident "$Revision: 3.8 $"
/*
* Definitions of physical memory usage for the IP6
*
*/
/*
---------------------------------
0x1fc00000 | prom text & read only data | 2
---------------------------------
---------------------------------
0x00400000 (4M) | IP6prom stack v | 1
---------------------------------
0x00380000 (3.5M) | IP6prom bss | 2
---------------------------------
0x0037fffc (3.5M - 4) | SASH/IDE stack v | 1
---------------------------------
| Child of SASH's stack v | 1
---------------------------------
0x002a0000 | SASH/IDE (text,data,bss) | 3
---------------------------------
0x00051000 | unix.kdebug | 4
---------------------------------
0xa0003010 | Symmon | 5
---------------------------------
0xa0003000 | Symmon's stack | 1
---------------------------------
0x00002000 | UNIX (non debug) | 4
---------------------------------
0x00000400 | restart block | 1
---------------------------------
0x00000080 | general exception handler |
---------------------------------
0x00000000 | utlbmiss handler |
---------------------------------
NOTES:
1. Defined in IP6.h.
2. Defined in IP6prom/Makefile
3. Sash's address is defined in sash/Makefile; ide's is in ide/Makefile.
4. Defined in uts/mips/master.d/system.gen
5. Defined in symmon/Mkdefs.IP6
*/
#endif /* __SYS_IP6ADDRS_H__ */
#endif /* IP6 */